home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
Communication
/
NewsBase
/
Source
/
common.subproj
/
IKeyedObject.h
< prev
next >
Wrap
Text File
|
1993-01-12
|
144b
|
13 lines
#import <objc/Object.h>
@interface IKeyedObject:Object
{
const char *key;
}
- initWithKey:(const char *)aKey;
- (const char *)key;
@end